home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
toc.dir
/
00099.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-01-16
|
267 b
|
11 lines
on exitFrame
global rootpath, orders, quantlist, totallist
set rootpath to the pathName
set orders to []
set quantlist to []
set totallist to []
if ramNeeded(1, 32) > the freeBytes then
alert("Not enough memory to run this application!")
end if
end